home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TS-DOWN.ZIP / DOWNTEMP.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-11-03  |  676b  |  71 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = ReadLine(PPEPath() + "DOWNLOAD.TMP", 1)
  24.     If (STRING001 == "N") Goto LABEL001
  25.     KbdStuff STRING001
  26.     Cls
  27.     End
  28.     :LABEL001
  29.     KbdStuff Chr(13)
  30.     Cls
  31.     End
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    2       End
  40. ;    2       Cls
  41. ;    1       Goto 
  42. ;    1       Let 
  43. ;    1       If 
  44. ;    2       KbdStuff 
  45. ;
  46. ;
  47. ; ■ Functions used :
  48. ;
  49. ;    1       +
  50. ;    1       ==
  51. ;    1       Chr()
  52. ;    1       PPEPath()
  53. ;    1       ReadLine()
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Analysis flags : No flag
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Postprocessing report
  62. ;
  63. ;    0       For/Next
  64. ;    0       While/EndWhile
  65. ;    0       If/Then or If/Then/Else
  66. ;    0       Select Case
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;                 AEGiS Corp - Break the routines, code against the machines!
  70. ;------------------------------------------------------------------------------
  71.